home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 48 / MOBICLIC 48.ISO / pc / DATA / PROM / PAN01_1.DIR / 00011_Script_11 < prev    next >
Text File  |  2002-07-12  |  167b  |  10 lines

  1. -- boucle
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3)=0 then
  5.       niveauSon
  6.     end if
  7.     glisserSurC 2,3,2
  8.     go to the frame
  9.   end if
  10. end